home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / cli / mkdir13.lha / mkdir / mkdir.doc < prev    next >
Text File  |  1992-11-02  |  2KB  |  69 lines

  1. MKDIR(1)                 USER COMMANDS                   MKDIR(1)
  2.  
  3. NAME
  4.      mkdir - create directories with icon
  5.            - create whole path at once
  6.  
  7. SYNOPSIS
  8.      mkdir NI=NOICON/S,NAME/M    (translated with -DDEFAULT_ICON)
  9.       or
  10.      mkdir ICON/S,NAME/M
  11.     
  12. DESCRIPTION
  13.      Create   the  specified  directories.   If  the  program  is
  14.      translated  with  -DDEFAULT_ICON,  mkdir create a .info file
  15.      for  every directory, exept NOICON is given.  If the program
  16.      is  translated  without -DDEFAULT_ICON, .info files are only
  17.      created, if ICON is given.
  18.      If   you  specify  a  path,  containing  some  not  existing
  19.      directories, mkdir will create all missing ones.
  20.  
  21. OPTIONS
  22.      NOICON   Don't  create .info files.  You can use this option 
  23.               only if mkdir is translated with -DDEFAULT_ICON.
  24.      ICON     Create .info files. Only available, if NOICON isn't
  25.               available.
  26.  
  27. EXAMPLE
  28.      % list
  29.      Directory "" is empty
  30.      % mkdir dir1/dir2 dir3
  31.      % list
  32.      dir3.info                    628 ----rw-d Today     16:58:01
  33.      dir3                         Dir ----rwed Today     16:58:01
  34.      dir1.info                    628 ----rw-d Today     16:58:01
  35.      dir1                         Dir ----rwed Today     16:58:01
  36.      2 files - 2 directories - 8 blocks used
  37.      % list dir1
  38.      Directory "dir1" on Monday 02-Nov-92                                                    
  39.      dir2.info                    628 ----rw-d Today     16:58:01
  40.      dir2                         Dir ----rwed Today     16:58:01
  41.      1 file - 1 directory - 4 blocks used
  42.      %
  43.  
  44. DIAGNOSTICS
  45.      No name given: mkdir needs at least one directory to create.
  46.      *** break: You have pressed Ctrl-C, havn't you? :-)
  47.      xxx already exists:  directory  or file with name  xxx  does
  48.           already exist.
  49.      Can't create directory:  some  mystic things  prevent  mkdir
  50.           from creating the directory. 
  51.      Can't create icon xxx.info:  the directory xxx  is  created, 
  52.           but mkdir has problems with creating the icon file.
  53.  
  54. SEE ALSO
  55.      makedir(1), list(1)
  56.  
  57. REQUIREMENTS
  58.      An Amiga with OS version 2.04 or higher.
  59.  
  60. BUGS
  61.      Probably.
  62.  
  63. AUTHOR
  64.      Georg Hessmann (hessmann@fmi.uni-passau.de)
  65.  
  66. COPYRIGHT
  67.      None. This program is in the public domain.
  68.  
  69.